home *** CD-ROM | disk | FTP | other *** search
/ Columbia Kermit / kermit.zip / newsgroups / misc.19981211-19990422 / 000293_news@watsun.cc.columbia.edu _Fri Feb 26 14:00:59 1999.msg < prev    next >
Internet Message Format  |  2020-01-01  |  1KB

  1. Return-Path: <news@watsun.cc.columbia.edu>
  2. Received: from newsmaster.cc.columbia.edu (newsmaster.cc.columbia.edu [128.59.59.30])
  3.     by watsun.cc.columbia.edu (8.8.5/8.8.5) with ESMTP id OAA02063
  4.     for <kermit.misc@watsun.cc.columbia.edu>; Fri, 26 Feb 1999 14:00:58 -0500 (EST)
  5. Received: (from news@localhost)
  6.     by newsmaster.cc.columbia.edu (8.8.5/8.8.5) id NAA05101
  7.     for kermit.misc@watsun.cc.columbia.edu; Fri, 26 Feb 1999 13:38:24 -0500 (EST)
  8. X-Authentication-Warning: newsmaster.cc.columbia.edu: news set sender to <news> using -f
  9. From: vek@pharmnl.ohout.pharmapartners.nl (Villy Kruse)
  10. Subject: Re: Kermit on Linux - termcap error.
  11. Date: 26 Feb 1999 19:38:10 +0100
  12. Organization: A poorly-installed InterNetNews site
  13. Message-ID: <7b6pmi$vpd$1@pharmnl.ohout.pharmapartners.nl>
  14. To: kermit.misc@mailrelay2.cc.columbia.edu
  15.  
  16. In article <7b6lbf$j1c$1@samba.rahul.net>,  <dold@network.rahul.net> wrote:
  17.  
  18.  
  19.  
  20. >
  21. >The beta 7.0 kermit fixes that, but you have to compile your own.
  22. >The old rpm might work if you 
  23. >cd /usr/share
  24. >ln -s terminfo ../lib
  25. >
  26.  
  27.  
  28. You would need to do that if you are running any old programs, i.e. linked
  29. with libc5 instead of glibc.  This is not a kermit issue per se, but
  30. rather a side effect of that kermit binary being linked with libc5.
  31.  
  32. The linux distrbutor realy should have included that symbolic link.
  33.  
  34.  
  35. Villy